home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 927 b | 31 lines | [TEXT/GEOL] |
- Item 3573055 10-April-88 23:56
-
- From: HOL0044 Kemink Consultancy, J Kemink
-
- To: MACAPP$ MacApp Interest List
-
- cc: HOL0044 Kemink Consultancy, J Kemink
-
- Sub: OpenOld
-
- Hi MacApp(R)s,
-
- The data in my documents contains a reference to the view they are shown in.
-
- When opening existing documents, first the data is read, then the views are
- made. To have the views available before the data is actually read, I have
- overriden the OpenOld routine of TApplication. I placed the calls to
- DoMakeViews and DoMakeWindows before the call to ReadFromFile:
-
- aDocument.DoMakeViews(kForDisplay);
- aDocument.DoMakeWindows;
- aDocument.ReadFromFile(anAppFile,kForDisplay);
-
- In my eyes this should work well, I don't encounter any problems. Can someone
- give a confirmation about this?
-
- Best Regards,
- Joost Kemink
-
-
-